Remove the update_remotes flag entirely
authorAlex Crichton <alex@alexcrichton.com>
Wed, 6 Aug 2014 20:54:24 +0000 (13:54 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 7 Aug 2014 00:09:24 +0000 (17:09 -0700)
commitf51a2f923409176420b84611176a059d03d9ffce
treef2ad57dd37e1dbe79cdaaa652a7b18246fd0f63f
parente2191677381b4a0c7de6a354ef3741d71306d990
Remove the update_remotes flag entirely

This will inadvertently fix #337 as no lockfile will imply that all dependencies
are not precise, and will hence be fetched.
src/bin/cargo-generate-lockfile.rs
src/bin/cargo-git-checkout.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_generate_lockfile.rs
src/cargo/sources/git/source.rs
src/cargo/util/config.rs
tests/test_cargo_compile_git_deps.rs